type google.golang.org/protobuf/internal/descfmt.list

5 uses

	google.golang.org/protobuf/internal/descfmt (current package)
		stringer.go#L20: type list interface {
		stringer.go#L25: func FormatList(s fmt.State, r rune, vs list) {
		stringer.go#L28: func formatListOpt(vs list, isRoot, allowMulti bool) string {
		stringer.go#L240: 		if n, ok := rv.Interface().(list); ok {
		stringer.go#L251: 		case list: